ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetBlendState Method / SetBlendState(BlendState,Nullable<ColorF>,UInt32) Method

In This Topic
    SetBlendState(BlendState,Nullable<ColorF>,UInt32) Method
    In This Topic
    Set the blend state of the output-merger stage.
    Syntax
    'Declaration
     
    Public Overloads Sub SetBlendState( _
       ByVal blendStateRef As BlendState, _
       ByVal blendFactor As System.Nullable(Of ColorF), _
       ByVal sampleMask As System.UInteger _
    ) 
    public void SetBlendState( 
       BlendState blendStateRef,
       System.Nullable<ColorF> blendFactor,
       System.uint sampleMask
    )

    Parameters

    blendStateRef
    blendFactor
    sampleMask
    See Also